/* Power by www.826pc.com */
.suspend {
	width: 40px;
	height: 145px;
	position: fixed;
	top: 200px;
	right: 0;
	overflow: hidden;
	border: 1px solid red;
	border-right: none;
	border-radius: 25px 0 0 25px;
}
.suspend dl {
	width: 120px;
	height: 145px;
	border-radius: 25px 0 0 25px;
	padding-left: 40px;
	box-shadow: 0 0 5px #e4e8ec;
}
.suspend dl dt {
	width: 36px;
	height: 200px;
	background: url(../images/suspend1.png);
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}
.suspend dl dd.suspendQQ {
	width: 120px;
	height: 36px;
	line-height: 36px;
}
* html .suspend {
	position: absolute;
left:expression(eval(document.documentElement.scrollRight));
top:expression(eval(document.documentElement.scrollTop+200))
}
.suspendQQ span {
	padding-left:0px;
}
.suspendQQ img {
	vertical-align: middle;
}